home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7393 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  33 lines

  1. Newsgroups: comp.object,comp.lang.c++
  2. Path: news.dcs.warwick.ac.uk!not-for-mail
  3. From: miro@dcs.warwick.ac.uk (Miroslav J Walker)
  4. Subject: A design question
  5. X-Nntp-Posting-Host: cocino
  6. Message-ID: <1996Feb22.234825.18755@dcs.warwick.ac.uk>
  7. Sender: news@dcs.warwick.ac.uk (Network News)
  8. Organization: Department of Computer Science, Warwick University, England
  9. X-Newsreader: TIN [version 1.2 PL2]
  10. Date: Thu, 22 Feb 1996 23:48:25 GMT
  11.  
  12. Hi,
  13.  
  14. I've only really started to learn about object-oriented design, and I'm having
  15. a little trouble seeing how to incorporate a specific concept.
  16.  
  17. I'm trying to model input from a user being processed over a series of steps.
  18. Input is parsed, put into a queue and then interpreted on a timer. My
  19. question is how to model the idea of it being the same bit of data
  20. (essentially) taking on several forms as it proceeds along the 'pipeline' of
  21. processing.
  22.  
  23. As I'm only at the newbie stage of OO stuff, I'm probably missing something
  24. obvious, but I'd appreciate some advice.
  25.  
  26. Cheers,
  27.  
  28. Miro.
  29. --
  30. Those who make peaceful revolution impossible will make violent revolution 
  31. inevitable.  -- John F. Kennedy
  32.  
  33.